home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #1 / Amiga Plus CD - 1996 - No. 1.iso / pd / grafik / xfig_v1.7 / doc / manual / makefile < prev    next >
Encoding:
Makefile  |  1995-08-29  |  164 b   |  14 lines

  1. #
  2. # TransFig makefile
  3. #
  4.  
  5. all: trans.tex 
  6.  
  7. # translation into latex
  8.  
  9. trans.tex: trans.fig Makefile
  10.     fig2dev -L latex trans.fig > trans.tex
  11. clean::
  12.     rm -f trans.tex
  13.  
  14.